home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / Panasonic- / funcity / paris / wave / COUT.dcr / 00158_çXêV ×“¿.ls < prev    next >
Encoding:
Text File  |  2017-09-21  |  339 b   |  16 lines

  1. global debug, bank, mm, mb
  2.  
  3. on exitFrame
  4.   delay(120)
  5.   if (mm < 0) and (mm <> mb) then
  6.     set mm to mm - mb
  7.   end if
  8.   set para to bank & "name=" & field "Name" & "&password=" & field "Pass" & "¶meter=" & field "BUFF" & "&amount=" & string(mm)
  9.   if debug = 1 then
  10.     alert(para)
  11.   else
  12.     getnettext(para)
  13.   end if
  14.   go("MC1")
  15. end
  16.